vendor/golang.org/x/net/idna.options.bidirule (field)
7 uses
vendor/golang.org/x/net/idna (current package)
idna10.0.0.go#L146: return func(o *options) { o.bidirule = bidirule.ValidString }
idna10.0.0.go#L196: bidirule func(s string) bool
idna10.0.0.go#L293: bidirule: bidirule.ValidString,
idna10.0.0.go#L302: bidirule: bidirule.ValidString,
idna10.0.0.go#L312: bidirule: bidirule.ValidString,
idna10.0.0.go#L388: if isBidi && p.bidirule != nil && err == nil {
idna10.0.0.go#L390: if !p.bidirule(labels.label()) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |